org.eclipse.vtp.desktop.editors.core.elements.properties
Class FragmentOutputMappingPanel.MappingCellModifier

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.elements.properties.FragmentOutputMappingPanel.MappingCellModifier
All Implemented Interfaces:
org.eclipse.jface.viewers.ICellModifier
Enclosing class:
FragmentOutputMappingPanel

public class FragmentOutputMappingPanel.MappingCellModifier
extends java.lang.Object
implements org.eclipse.jface.viewers.ICellModifier


Constructor Summary
FragmentOutputMappingPanel.MappingCellModifier()
           
 
Method Summary
 boolean canModify(java.lang.Object element, java.lang.String property)
           
 java.lang.Object getValue(java.lang.Object element, java.lang.String property)
           
 void modify(java.lang.Object element, java.lang.String property, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FragmentOutputMappingPanel.MappingCellModifier

public FragmentOutputMappingPanel.MappingCellModifier()
Method Detail

canModify

public boolean canModify(java.lang.Object element,
                         java.lang.String property)
Specified by:
canModify in interface org.eclipse.jface.viewers.ICellModifier

getValue

public java.lang.Object getValue(java.lang.Object element,
                                 java.lang.String property)
Specified by:
getValue in interface org.eclipse.jface.viewers.ICellModifier

modify

public void modify(java.lang.Object element,
                   java.lang.String property,
                   java.lang.Object value)
Specified by:
modify in interface org.eclipse.jface.viewers.ICellModifier